Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromecast network #1080

Merged
merged 3 commits into from
Aug 31, 2024
Merged

Chromecast network #1080

merged 3 commits into from
Aug 31, 2024

Conversation

jameskimmel
Copy link
Contributor

@jameskimmel jameskimmel commented Aug 19, 2024

Add easier IPv6 option for Chromecast

@felix920506
Copy link
Member

Please provide a description.

@@ -15,7 +15,8 @@ HTTP and HTTPS are the primary means of connecting to the server. If using a sel

:::caution

In order for Chromecast to work on a non-public routable connection, 8.8.8.8 must be blocked on the Chromecast's Gateway. Blocking 8.8.8.8 on your router is the easiest solution to this problem.
In order for Chromecast to work on your local LAN, the easiest solution is to use IPv6 instead of IPv4. For a public routable IPv6 (not a link-local or ULA) there is no differentiation between public or local. An IPv6 address can simultaneously be publicly routable and accessible from the local LAN.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will it work if I have a link local ipv6? (One that starts with fe80)

Copy link
Contributor Author

@jameskimmel jameskimmel Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not tested this but I think no. Chromecast needs a valid none self signed cert last time I checked. Since you can't create a fe80 (ULA) AAAA record with a valid lets encrypt cert, the IPv6 has to be public routable.
That is why I included the hint in the brackets.

Even if Chromecast supports self signed certs, this would be more complicated than just getting a let's encrypt cert, because you would still need a DNS override or NAT reflection and blocking the hardcoded google DNS. Then it has all the same problems IPv4 has.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made some changes to hopefully make it easier to understand for newcomers.

Explain the advantages of IPv6 in a beginner friendly way
@jellyfin-bot
Copy link

Cloudflare Pages deployment

Latest commit c8a97a4b0b6cfd42baafafe5d967dba7c5f7395a
Status ✅ Deployed!
Preview URL https://a1db8afb.jellyfin-org.pages.dev
Type 🔀 Preview

@felix920506 felix920506 linked an issue Aug 22, 2024 that may be closed by this pull request
@felix920506 felix920506 merged commit 5f22ba3 into jellyfin:master Aug 31, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Networking and Chromecast
4 participants